DataModelExtension Class

Represents the SmartArt data-model extension (dsp:dataModelExt) that references the pre-rendered diagram drawing part (drawingN.xml) through the HOST part's relationships (uri http://schemas.microsoft.com/office/drawing/2008/diagram).

Definition

Namespace: Independentsoft.Office.Drawing.Extensions
Assembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
C#
public class DataModelExtension : IExtensionContent
Inheritance
Object    DataModelExtension
Implements
IExtensionContent

Constructors

DataModelExtensionInitializes a new instance of the DataModelExtension class

Properties

MinimumVersion Gets or sets the minimum consumer version (minVer).
RelationshipId Gets or sets the relationship id (relId) of the pre-rendered diagram drawing part, resolved against the HOST part's relationships.

Methods

Clone 
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Overrides ObjectToString)

See Also